How to solve exception_priv _instruction exception while running destop project? [on hold]

Posted by Haritha on Game Development See other posts from Game Development or by Haritha
Published on 2013-10-26T07:22:14Z Indexed on 2013/10/26 10:15 UTC
Read the original article Hit count: 479

Filed under:

While running desktop project im getting exception_priv _instruction how to solve this???

while running this page is coming

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_PRIV_INSTRUCTION (0xc0000096) at pc=0x02f5a92b, pid=3012, tid=3104
#
# JRE version: 7.0-b147
# Java VM: Java HotSpot(TM) Client VM (21.0-b17 mixed mode, sharing windows-x86 )
# Problematic frame:
# C  0x02f5a92b
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x02f5a800):  JavaThread "LWJGL Application" [_thread_in_native, id=3104, stack(0x076f0000,0x07740000)]

siginfo: ExceptionCode=0xc0000096

Registers:
EAX=0x000df4f0, EBX=0x32afc180, ECX=0x000df4f0, EDX=0x00000020
ESP=0x0773f768, EBP=0x0773f790, ESI=0x32afc180, EDI=0x02f5a800
EIP=0x02f5a92b, EFLAGS=0x00010206

Top of Stack: (sp=0x0773f768)
0x0773f768:   02bd429c 02bd429c 0773f770 32afc180
0x0773f778:   0773f7b8 32b022c8 00000000 32afc180
0x0773f788:   00000000 0773f7a0 0773f7dc 00943187
0x0773f798:   229ec1c0 00948839 69081736 00000000
0x0773f7a8:   089b0048 00000000 00000014 00001406
0x0773f7b8:   00000002 0773f7bc 32afbeb0 0773f7f8
0x0773f7c8:   32b022c8 00000000 32afbf00 0773f7a0
0x0773f7d8:   0773f7f0 0773f81c 00943187 69081736 

Instructions: (pc=0x02f5a92b)
0x02f5a90b:   00 43 00 00 00 00 f0 bc 02 e8 00 e9 22 40 f7 73
0x02f5a91b:   07 85 a5 94 00 90 f7 73 07 50 cc a0 6d d8 49 c0
0x02f5a92b:   6d 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x02f5a93b:   00 00 00 00 00 00 00 00 00 08 80 3d 37 00 00 00 


Register to memory mapping:

EAX=0x000df4f0 is an unknown value
EBX=0x32afc180 is an oop
{method} 
 - klass: {other class}
ECX=0x000df4f0 is an unknown value
EDX=0x00000020 is an unknown value
ESP=0x0773f768 is pointing into the stack for thread: 0x02f5a800
EBP=0x0773f790 is pointing into the stack for thread: 0x02f5a800
ESI=0x32afc180 is an oop
{method} 
 - klass: {other class}
EDI=0x02f5a800 is a thread


Stack: [0x076f0000,0x07740000],  sp=0x0773f768,  free space=317k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x02f5a92b
j  org.lwjgl.opengl.GL11.glVertexPointer(IILjava/nio/FloatBuffer;)V+48
j  com.badlogic.gdx.backends.lwjgl.LwjglGL10.glVertexPointer(IIILjava/nio/Buffer;)V+53
j  com.badlogic.gdx.graphics.glutils.VertexArray.bind()V+149
j  com.badlogic.gdx.graphics.Mesh.bind()V+25
j  com.badlogic.gdx.graphics.Mesh.render(IIIZ)V+32
j  com.badlogic.gdx.graphics.Mesh.render(III)V+8
j  com.badlogic.gdx.graphics.g2d.SpriteBatch.flush()V+197
j  com.badlogic.gdx.graphics.g2d.SpriteBatch.switchTexture(Lcom/badlogic/gdx/graphics/Texture;)V+1
j  com.badlogic.gdx.graphics.g2d.SpriteBatch.draw(Lcom/badlogic/gdx/graphics/Texture;FFFF)V+33
j  sevenseas.game.WorldRenderer.drawBob()V+54
j  sevenseas.game.WorldRenderer.render()V+12
j  sevenseas.game.GameClass.render(F)V+38
j  com.badlogic.gdx.Game.render()V+19
j  com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop()V+642
j  com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run()V+27
v  ~StubRoutines::call_stub
V  [jvm.dll+0x122c7e]
V  [jvm.dll+0x1c9c0e]
V  [jvm.dll+0x122e73]
V  [jvm.dll+0x122ed7]
V  [jvm.dll+0xccd1f]
V  [jvm.dll+0x14433f]
V  [jvm.dll+0x171549]
C  [msvcr100.dll+0x5c6de]  endthreadex+0x3a
C  [msvcr100.dll+0x5c788]  endthreadex+0xe4
C  [kernel32.dll+0xb713]  GetModuleFileNameA+0x1b4

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.lwjgl.opengl.GL11.nglVertexPointer(IIIJJ)V+0
j  org.lwjgl.opengl.GL11.glVertexPointer(IILjava/nio/FloatBuffer;)V+48
j  com.badlogic.gdx.backends.lwjgl.LwjglGL10.glVertexPointer(IIILjava/nio/Buffer;)V+53
j  com.badlogic.gdx.graphics.glutils.VertexArray.bind()V+149
j  com.badlogic.gdx.graphics.Mesh.bind()V+25
j  com.badlogic.gdx.graphics.Mesh.render(IIIZ)V+32
j  com.badlogic.gdx.graphics.Mesh.render(III)V+8
j  com.badlogic.gdx.graphics.g2d.SpriteBatch.flush()V+197
j  com.badlogic.gdx.graphics.g2d.SpriteBatch.switchTexture(Lcom/badlogic/gdx/graphics/Texture;)V+1
j  com.badlogic.gdx.graphics.g2d.SpriteBatch.draw(Lcom/badlogic/gdx/graphics/Texture;FFFF)V+33
j  sevenseas.game.WorldRenderer.drawBob()V+54
j  sevenseas.game.WorldRenderer.render()V+12
j  sevenseas.game.GameClass.render(F)V+38
j  com.badlogic.gdx.Game.render()V+19
j  com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop()V+642
j  com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run()V+27
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x003d6c00 JavaThread "DestroyJavaVM" [_thread_blocked, id=3240, stack(0x008c0000,0x00910000)]
=>0x02f5a800 JavaThread "LWJGL Application" [_thread_in_native, id=3104, stack(0x076f0000,0x07740000)]
  0x02bcf000 JavaThread "Service Thread" daemon [_thread_blocked, id=2612, stack(0x02e00000,0x02e50000)]
  0x02bc1000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2776, stack(0x02db0000,0x02e00000)]
  0x02bbf400 JavaThread "Attach Listener" daemon [_thread_blocked, id=2448, stack(0x02d60000,0x02db0000)]
  0x02bbe000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1764, stack(0x02d10000,0x02d60000)]
  0x02bb8000 JavaThread "Finalizer" daemon [_thread_blocked, id=3864, stack(0x02cc0000,0x02d10000)]
  0x02bb3400 JavaThread "Reference Handler" daemon [_thread_blocked, id=2424, stack(0x02c70000,0x02cc0000)]

Other Threads:
  0x02bb1800 VMThread [stack: 0x02c20000,0x02c70000] [id=3076]
  0x02bd1000 WatcherThread [stack: 0x02e50000,0x02ea0000] [id=3276]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 4928K, used 2571K [0x229c0000, 0x22f10000, 0x27f10000)
  eden space 4416K,  46% used [0x229c0000, 0x22bc2e38, 0x22e10000)
  from space 512K, 100% used [0x22e90000, 0x22f10000, 0x22f10000)
  to   space 512K,   0% used [0x22e10000, 0x22e10000, 0x22e90000)
 tenured generation   total 10944K, used 634K [0x27f10000, 0x289c0000, 0x329c0000)
   the space 10944K,   5% used [0x27f10000, 0x27faea60, 0x27faec00, 0x289c0000)
 compacting perm gen  total 12288K, used 1655K [0x329c0000, 0x335c0000, 0x369c0000)
   the space 12288K,  13% used [0x329c0000, 0x32b5dc58, 0x32b5de00, 0x335c0000)
    ro space 10240K,  42% used [0x369c0000, 0x36dfc660, 0x36dfc800, 0x373c0000)
    rw space 12288K,  53% used [0x373c0000, 0x37a38180, 0x37a38200, 0x37fc0000)

Code Cache  [0x00940000, 0x009d8000, 0x02940000)
 total_blobs=305 nmethods=80 adapters=158 free_code_cache=32183Kb largest_free_block=32955904

Dynamic libraries:
0x00400000 - 0x0042f000     C:\Program Files\Java\jre7\bin\javaw.exe
0x7c900000 - 0x7c9af000     C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f6000     C:\WINDOWS\system32\kernel32.dll
0x77dd0000 - 0x77e6b000     C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f02000     C:\WINDOWS\system32\RPCRT4.dll
0x77fe0000 - 0x77ff1000     C:\WINDOWS\system32\Secur32.dll
0x7e410000 - 0x7e4a1000     C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f59000     C:\WINDOWS\system32\GDI32.dll
0x773d0000 - 0x774d3000     C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.dll
0x77c10000 - 0x77c68000     C:\WINDOWS\system32\msvcrt.dll
0x77f60000 - 0x77fd6000     C:\WINDOWS\system32\SHLWAPI.dll
0x76390000 - 0x763ad000     C:\WINDOWS\system32\IMM32.DLL
0x629c0000 - 0x629c9000     C:\WINDOWS\system32\LPK.DLL
0x74d90000 - 0x74dfb000     C:\WINDOWS\system32\USP10.dll
0x78aa0000 - 0x78b5e000     C:\Program Files\Java\jre7\bin\msvcr100.dll
0x6d940000 - 0x6dc61000     C:\Program Files\Java\jre7\bin\client\jvm.dll
0x71ad0000 - 0x71ad9000     C:\WINDOWS\system32\WSOCK32.dll
0x71ab0000 - 0x71ac7000     C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000     C:\WINDOWS\system32\WS2HELP.dll
0x76b40000 - 0x76b6d000     C:\WINDOWS\system32\WINMM.dll
0x76bf0000 - 0x76bfb000     C:\WINDOWS\system32\PSAPI.DLL
0x6d8d0000 - 0x6d8dc000     C:\Program Files\Java\jre7\bin\verify.dll
0x6d370000 - 0x6d390000     C:\Program Files\Java\jre7\bin\java.dll
0x6d920000 - 0x6d933000     C:\Program Files\Java\jre7\bin\zip.dll
0x6cec0000 - 0x6cf42000     C:\Documents and Settings\7stl0225\Local Settings\Temp\libgdx7stl0225\37fe1abc\gdx.dll
0x10000000 - 0x1004c000     C:\Documents and Settings\7stl0225\Local Settings\Temp\libgdx7stl0225\52d76f2b\lwjgl.dll
0x5ed00000 - 0x5edcc000     C:\WINDOWS\system32\OPENGL32.dll
0x68b20000 - 0x68b40000     C:\WINDOWS\system32\GLU32.dll
0x73760000 - 0x737ab000     C:\WINDOWS\system32\DDRAW.dll
0x73bc0000 - 0x73bc6000     C:\WINDOWS\system32\DCIMAN32.dll
0x77c00000 - 0x77c08000     C:\WINDOWS\system32\VERSION.dll
0x070b0000 - 0x07115000     C:\DOCUME~1\7stl0225\LOCALS~1\Temp\libgdx7stl0225\52d76f2b\OpenAL32.dll
0x7c9c0000 - 0x7d1d7000     C:\WINDOWS\system32\SHELL32.dll
0x774e0000 - 0x7761d000     C:\WINDOWS\system32\ole32.dll
0x5ad70000 - 0x5ada8000     C:\WINDOWS\system32\uxtheme.dll
0x76fd0000 - 0x7704f000     C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 - 0x77115000     C:\WINDOWS\system32\COMRes.dll
0x77120000 - 0x771ab000     C:\WINDOWS\system32\OLEAUT32.dll
0x73f10000 - 0x73f6c000     C:\WINDOWS\system32\dsound.dll
0x76c30000 - 0x76c5e000     C:\WINDOWS\system32\WINTRUST.dll
0x77a80000 - 0x77b15000     C:\WINDOWS\system32\CRYPT32.dll
0x77b20000 - 0x77b32000     C:\WINDOWS\system32\MSASN1.dll
0x76c90000 - 0x76cb8000     C:\WINDOWS\system32\IMAGEHLP.dll
0x72d20000 - 0x72d29000     C:\WINDOWS\system32\wdmaud.drv
0x72d10000 - 0x72d18000     C:\WINDOWS\system32\msacm32.drv
0x77be0000 - 0x77bf5000     C:\WINDOWS\system32\MSACM32.dll
0x77bd0000 - 0x77bd7000     C:\WINDOWS\system32\midimap.dll
0x73ee0000 - 0x73ee4000     C:\WINDOWS\system32\KsUser.dll
0x755c0000 - 0x755ee000     C:\WINDOWS\system32\msctfime.ime
0x69000000 - 0x691a9000     C:\WINDOWS\system32\sisgl.dll
0x73b30000 - 0x73b45000     C:\WINDOWS\system32\mscms.dll
0x73000000 - 0x73026000     C:\WINDOWS\system32\WINSPOOL.DRV
0x66e90000 - 0x66ed1000     C:\WINDOWS\system32\icm32.dll
0x07760000 - 0x0778d000     C:\Program Files\WordWeb\WHook.dll
0x74c80000 - 0x74cac000     C:\WINDOWS\system32\OLEACC.dll
0x76080000 - 0x760e5000     C:\WINDOWS\system32\MSVCP60.dll

VM Arguments:
jvm_args: -Dfile.encoding=Cp1252 
java_command: sevenseas.game.MainDesktop
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:/Program Files/Java/jre7/bin/client;C:/Program Files/Java/jre7/bin;C:/Program Files/Java/jre7/lib/i386;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Java\jdk1.7.0\bin;C:\eclipse;
USERNAME=7stl0225
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 1, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows XP Build 2600 Service Pack 3

CPU:total 1 (1 cores per cpu, 1 threads per core) family 15 model 4 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3

Memory: 4k page, physical 2031088k(939252k free), swap 3969920k(3011396k free)

vm_info: Java HotSpot(TM) Client VM (21.0-b17) for windows-x86 JRE (1.7.0-b147), built on Jun 27 2011 02:25:52 by "java_re" with unknown MS VC++:1600

time: Sat Oct 26 12:35:14 2013
elapsed time: 0 seconds

© Game Development or respective owner

Related posts about libgdx